shared memory 예문
- The caller must have read permission on the shared memory segment.
사용자는 공유 메모리 세그먼트에 read 접근을 해야 한다. - Ideally this should be implemented in shared memory.
이상적으로는 scoreboard를 공유메모리로 구현해야 한다. - Parent creates shared memory to store N names and ...
한빛미디어 c언어기초 연습문제 솔루션 좀... - Mod_auth_digest Includes additional support for session caching across processes using shared memory.
mod_auth_digest 공유메모리를 사용하여 프로세스간 세션 캐싱을 지원한다. - The amount of shared memory to allocate for keeping track of clients
s X 클라이언트를 추적하기위해 할당하는 공유메모리량 - S X The amount of shared memory to allocate for keeping track of clients
s X 클라이언트를 추적하기위해 할당하는 공유메모리량 - System V IPC Linux uses this technology to provide inter-process message queing, semaphores and shared memory.
System V IPC 프로세스간 통신을 위하여 메시지 큐, 세마포어, 공유 메모리를 제공한다. - Historical note: The Linux port of Apache didn't start to use shared memory until version 1.2 of Apache.
역사적 설명: 아파치의 리눅스 버전은 아파치 1.2 버전부터 공유메모리를 사용하기 시작했다. - CPU and GPU workloads can be balanced for optimal processing performance, reducing latencies and maximizing access to shared memory resources.
CPU 및 GPU 작업량이 최적의 처리 성능을 위해 균형을 유지하며, 지연 현상을 줄이고 공유 메모리 리소스에 대한 액세스를 극대화합니다. - For those operating systems that we either have access to, or have been given detailed ports for, it typically is implemented using shared memory.
우리 개발자가 해당 운영체제에 접근할 수 있거나 상세한 포팅 결과를 받은 경우 보통 공유메모리를 사용하여 구현한다.